Release Notes

(31st October 2001 - by Mike Cannon-Brookes, mike@atlassian.com)

  • Cleaned up all JavaDoc messages to ensure consistency and readability (removed unnecessary CVS tags, added <code> and <pre> where needed, added @return and @param to all methods)
  • Renamed nbMaxEntries to cacheCapacity and cache.size property to cache.capacity (to fit better with Collections API where capacity is max size, size is current size)
  • Renamed algoClass to algorithmClass for clarity.
  • Fixed up build.xml so that test classes are compiled to a different location and not included in oscache.jar (to make it smaller footprint)